Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add google_chronicle_reference_list resource to chronicle #12717

Conversation

ankitgoyal0301
Copy link
Contributor

@ankitgoyal0301 ankitgoyal0301 commented Jan 9, 2025

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

`google_chronicle_reference_list` (beta)

Copy link

github-actions bot commented Jan 9, 2025

Hello! I am a robot. Tests will require approval from a repository maintainer to run.

@zli82016, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.

You can help make sure that review is quick by doing a self-review and by running impacted tests locally.

@github-actions github-actions bot requested a review from zli82016 January 9, 2025 07:53
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 2 files changed, 194 insertions(+))
google-beta provider: Diff ( 6 files changed, 923 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 111 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_chronicle_reference_list (3 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_chronicle_reference_list" "primary" {
  scope_info {
    reference_list_scope {
      scope_names = # value needed
    }
  }
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 13
Passed tests: 11
Skipped tests: 0
Affected tests: 2

Click here to see the affected service packages
  • chronicle

Action taken

Found 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccChronicleReferenceList_chronicleReferencelistBasicExample
  • TestAccChronicleReferenceList_chronicleReferencelistBasicExample_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccChronicleReferenceList_chronicleReferencelistBasicExample [Debug log]
TestAccChronicleReferenceList_chronicleReferencelistBasicExample_update [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🟢 All tests passed!

View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 2 files changed, 194 insertions(+))
google-beta provider: Diff ( 6 files changed, 923 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 111 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_chronicle_reference_list (3 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_chronicle_reference_list" "primary" {
  scope_info {
    reference_list_scope {
      scope_names = # value needed
    }
  }
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 13
Passed tests: 13
Skipped tests: 0
Affected tests: 0

Click here to see the affected service packages
  • chronicle

🟢 All tests passed!

View the build log

@ankitgoyal0301
Copy link
Contributor Author

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 2 files changed, 194 insertions(+)) google-beta provider: Diff ( 6 files changed, 923 insertions(+), 2 deletions(-)) terraform-google-conversion: Diff ( 1 file changed, 111 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_chronicle_reference_list (3 total tests) Please add an acceptance test which includes these fields. The test should include the following:

resource "google_chronicle_reference_list" "primary" {
  scope_info {
    reference_list_scope {
      scope_names = # value needed
    }
  }
}

scope_info is an Output only field, hence no tests for this.

@github-actions github-actions bot requested a review from zli82016 January 10, 2025 10:58
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 2 files changed, 193 insertions(+))
google-beta provider: Diff ( 6 files changed, 921 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 1 file changed, 111 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_chronicle_reference_list (3 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_chronicle_reference_list" "primary" {
  scope_info {
    reference_list_scope {
      scope_names = # value needed
    }
  }
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 17
Passed tests: 15
Skipped tests: 0
Affected tests: 2

Click here to see the affected service packages
  • chronicle

Action taken

Found 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccChronicleReferenceList_chronicleReferencelistBasicExample
  • TestAccChronicleReferenceList_chronicleReferencelistBasicExample_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccChronicleReferenceList_chronicleReferencelistBasicExample [Debug log]
TestAccChronicleReferenceList_chronicleReferencelistBasicExample_update [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🟢 All tests passed!

View the build log or the debug log for each test

@ankitgoyal0301
Copy link
Contributor Author

No, we don't have any specific guide for reference list. This generic guide is added on purpose.

Copy link
Member

@zli82016 zli82016 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zli82016
Copy link
Member

@ronakgadia , can you review the PR? Thanks.

@ankitgoyal0301
Copy link
Contributor Author

@ronakgadia , can you review the PR? Thanks.

Hi @zli82016, Ronak has already reviewed the changes: https://screenshot.googleplex.com/6emB7z7F7kGTTMy

@github-actions github-actions bot requested a review from zli82016 January 11, 2025 06:03
@zli82016 zli82016 merged commit d0f8efa into GoogleCloudPlatform:main Jan 13, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants